home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / debug / profrep < prev    next >
Encoding:
Text File  |  1992-12-17  |  776 b   |  15 lines

  1.  
  2.  
  3.           profrep profDataVar sortKey stackDepth [outFile] [userTitle]
  4.                Generate a report from data collect from the profile
  5.                command.  ProfDataVar is the name of the array
  6.                containing the data returned by the profile command.
  7.                SortKey indicates which data value to sort by.  It
  8.                should be one of "calls", "cpu" or "real".  StackDepth
  9.                is the stack depth to consider significant.  A value of
  10.                1 reports by procedure only, a value of 2 reports by
  11.                procedure and its caller, etc. OutFile is the name of
  12.                file to write the report to.  If omitted, stdout is
  13.                assumed.  UserTitle is an optional title line to add to
  14.                output.
  15.